Mention enter and leave events. (#167546, Billy Biggs)
authorMatthias Clasen <mclasen@redhat.com>
Tue, 5 Apr 2005 12:25:18 +0000 (12:25 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Tue, 5 Apr 2005 12:25:18 +0000 (12:25 +0000)
2005-04-05  Matthias Clasen  <mclasen@redhat.com>

* gtk/tmpl/gtktooltips.sgml: Mention enter and leave
events.  (#167546, Billy Biggs)

docs/reference/ChangeLog
docs/reference/gtk/tmpl/gtktooltips.sgml

index 0566aaf89092fed718dbcc1b1c03bbab7a2ab84e..0aaa15c61dae31e33a2a8a5f267b1fc32967be1e 100644 (file)
@@ -1,3 +1,8 @@
+2005-04-05  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/tmpl/gtktooltips.sgml: Mention enter and leave
+       events.  (#167546, Billy Biggs)
+
 2005-04-04  Matthias Clasen  <mclasen@redhat.com>
 
        * gtk/gtk-sections.txt: Add new functions.
index c6c60c4167164975149fbfe61f51353c877d02ba..85d47304f0d9c70acddb95f079fe2e2531d5fef6 100644 (file)
@@ -19,7 +19,8 @@ To assign a tip to a particular #GtkWidget, gtk_tooltips_set_tip() is used.
 </para>
 <note>
 <para>
-Tooltips can only be set on widgets which have their own X window.
+Tooltips can only be set on widgets which have their own X window and
+receive enter and leave events.
 To check if a widget has its own window use GTK_WIDGET_NO_WINDOW().
 To add a tooltip to a widget that doesn't have its own window, place the
 widget inside a #GtkEventBox and add a tooltip to that instead.